POST api/CustScheduler/CustMachineProjectMappingBulkPost
Request Information
URI Parameters
None.
Body Parameters
CustMachineProjectMappingBulk| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FK_CustMachineId | integer |
None. |
|
| FK_CustProjectId | integer |
None. |
|
| operationType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"FK_CustMachineId": 2,
"FK_CustProjectId": 3,
"operationType": "sample string 4"
}
application/xml, text/xml
Sample:
<CustMachineProjectMappingBulk xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CloudInteractionBridge.DataClasses"> <FK_CustMachineId>2</FK_CustMachineId> <FK_CustProjectId>3</FK_CustProjectId> <Id>1</Id> <operationType>sample string 4</operationType> </CustMachineProjectMappingBulk>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>