POST api/Production/SaveProductionLocation
Request Information
URI Parameters
None.
Body Parameters
LocationModal| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
|
| ProductionId | integer |
None. |
|
| LocationName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1,
"ProductionId": 2,
"LocationName": "sample string 3"
}
application/xml, text/xml
Sample:
<LocationModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnionOwnersBackend.Models"> <LocationId>1</LocationId> <LocationName>sample string 3</LocationName> <ProductionId>2</ProductionId> </LocationModal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />