POST api/ShippingAddress/Save

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
paramList
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {},
  {},
  {}
]

text/html

Sample:
[{},{},{}]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
  <anyType />
</ArrayOfanyType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ShippingId": "dde6df1c-cd94-4ce2-9cc0-788c378ccd8e",
  "CompId": "e7594929-e842-4d69-8c80-d5466860ec59",
  "SalutationsId": "0f0519a8-db3a-46d8-8a7c-56b7b33c8c33",
  "Salutations": "sample string 4",
  "AccountId": "684cd9da-7cbd-4b75-99e2-c8291b3bbc03",
  "ContactPerson": "sample string 6",
  "Dig": "sample string 7",
  "Add1": "sample string 8",
  "Add2": "sample string 9",
  "Add3": "sample string 10",
  "City": "sample string 11",
  "State": "425e88cd-fbe6-4f6b-b925-9d7cee2fc71d",
  "StateName": "sample string 12",
  "StateCode": 13,
  "Zip": "sample string 14",
  "MobileNo": "sample string 15",
  "AlternateNumber": "sample string 16",
  "GSTNO": "sample string 17",
  "Distance": 18,
  "EmailId": "sample string 19",
  "IsActive": true,
  "IsStoreAddress": true,
  "Longitude": "sample string 22",
  "Latitude": "sample string 23",
  "ReturnCode": 24,
  "ReturnMessage": "sample string 25"
}

text/html

Sample:
{"ShippingId":"dde6df1c-cd94-4ce2-9cc0-788c378ccd8e","CompId":"e7594929-e842-4d69-8c80-d5466860ec59","SalutationsId":"0f0519a8-db3a-46d8-8a7c-56b7b33c8c33","Salutations":"sample string 4","AccountId":"684cd9da-7cbd-4b75-99e2-c8291b3bbc03","ContactPerson":"sample string 6","Dig":"sample string 7","Add1":"sample string 8","Add2":"sample string 9","Add3":"sample string 10","City":"sample string 11","State":"425e88cd-fbe6-4f6b-b925-9d7cee2fc71d","StateName":"sample string 12","StateCode":13,"Zip":"sample string 14","MobileNo":"sample string 15","AlternateNumber":"sample string 16","GSTNO":"sample string 17","Distance":18,"EmailId":"sample string 19","IsActive":true,"IsStoreAddress":true,"Longitude":"sample string 22","Latitude":"sample string 23","ReturnCode":24,"ReturnMessage":"sample string 25"}

application/xml, text/xml

Sample:
<ShippingAddressModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <ReturnCode>24</ReturnCode>
  <ReturnMessage>sample string 25</ReturnMessage>
  <AccountId>684cd9da-7cbd-4b75-99e2-c8291b3bbc03</AccountId>
  <Add1>sample string 8</Add1>
  <Add2>sample string 9</Add2>
  <Add3>sample string 10</Add3>
  <AlternateNumber>sample string 16</AlternateNumber>
  <City>sample string 11</City>
  <CompId>e7594929-e842-4d69-8c80-d5466860ec59</CompId>
  <ContactPerson>sample string 6</ContactPerson>
  <Dig>sample string 7</Dig>
  <Distance>18</Distance>
  <EmailId>sample string 19</EmailId>
  <GSTNO>sample string 17</GSTNO>
  <IsActive>true</IsActive>
  <IsStoreAddress>true</IsStoreAddress>
  <Latitude>sample string 23</Latitude>
  <Longitude>sample string 22</Longitude>
  <MobileNo>sample string 15</MobileNo>
  <Salutations>sample string 4</Salutations>
  <SalutationsId>0f0519a8-db3a-46d8-8a7c-56b7b33c8c33</SalutationsId>
  <ShippingId>dde6df1c-cd94-4ce2-9cc0-788c378ccd8e</ShippingId>
  <State>425e88cd-fbe6-4f6b-b925-9d7cee2fc71d</State>
  <StateCode>13</StateCode>
  <StateName>sample string 12</StateName>
  <Zip>sample string 14</Zip>
</ShippingAddressModel>