POST api/SupplierCustomerShipToAddress/Save
Request Information
URI Parameters
None.
Body Parameters
SupplierCustomerShipToAddress| Name | Description | Type | Additional information |
|---|---|---|---|
| EntryDate | date |
None. |
|
| ModifyDate | date |
None. |
|
| CityId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| CountryId | integer |
None. |
|
| EntryUser | integer |
None. |
|
| Id | integer |
None. |
|
| ModifyUser | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| SupplierCustomerId | integer |
None. |
|
| AddressLine1 | string |
None. |
|
| AddressLine2 | string |
None. |
|
| AddressLine3 | string |
None. |
|
| AddressLine4 | string |
None. |
|
| MobileNo | string |
None. |
|
| PhoneNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EntryDate": "2025-10-29T13:11:34.5364284+05:00",
"ModifyDate": "2025-10-29T13:11:34.5364284+05:00",
"CityId": 3,
"CompanyId": 4,
"CountryId": 5,
"EntryUser": 6,
"Id": 7,
"ModifyUser": 8,
"OrganizationId": 9,
"SupplierCustomerId": 10,
"AddressLine1": "sample string 11",
"AddressLine2": "sample string 12",
"AddressLine3": "sample string 13",
"AddressLine4": "sample string 14",
"MobileNo": "sample string 15",
"PhoneNo": "sample string 16"
}
application/xml, text/xml
Sample:
<SupplierCustomerShipToAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Inventory"> <AddressLine1>sample string 11</AddressLine1> <AddressLine2>sample string 12</AddressLine2> <AddressLine3>sample string 13</AddressLine3> <AddressLine4>sample string 14</AddressLine4> <CityId>3</CityId> <CompanyId>4</CompanyId> <CountryId>5</CountryId> <EntryDate>2025-10-29T13:11:34.5364284+05:00</EntryDate> <EntryUser>6</EntryUser> <Id>7</Id> <MobileNo>sample string 15</MobileNo> <ModifyDate>2025-10-29T13:11:34.5364284+05:00</ModifyDate> <ModifyUser>8</ModifyUser> <OrganizationId>9</OrganizationId> <PhoneNo>sample string 16</PhoneNo> <SupplierCustomerId>10</SupplierCustomerId> </SupplierCustomerShipToAddress>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.