POST api/MyProfile/SaveDeliveryInstructions?StoreUID={StoreUID}&OrgUID={OrgUID}&DistributionChannelUID={DistributionChannelUID}&FranchiseeOrgUID={FranchiseeOrgUID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
rssDeliveryInstruction
No documentation available.

Define this parameter in the request body.

StoreUID
No documentation available.

Define this parameter in the request URI.

OrgUID
No documentation available.

Define this parameter in the request URI.

DistributionChannelUID
No documentation available.

Define this parameter in the request URI.

FranchiseeOrgUID
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "DeliveryInstruction": "sample string 1"
}

application/xml, text/xml

Sample:
<RSSDeliveryInstruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLayer.Model">
  <DeliveryInstruction>sample string 1</DeliveryInstruction>
</RSSDeliveryInstruction>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.