POST api/production/FindDuplicateUniqueID
Request Information
URI Parameters
None.
Body Parameters
MFRVendorPNProjectModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerCode | string |
None. |
|
| ProjectCode | string |
None. |
|
| BatchNo | string |
None. |
|
| UniqueID | string |
None. |
|
| MFRPN1 | string |
None. |
|
| MFRPN2 | string |
None. |
|
| MFRPN3 | string |
None. |
|
| VendorPN1 | string |
None. |
|
| VendorPN2 | string |
None. |
|
| VendorPN3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerCode": "sample string 1",
"ProjectCode": "sample string 2",
"BatchNo": "sample string 3",
"UniqueID": "sample string 4",
"MFRPN1": "sample string 5",
"MFRPN2": "sample string 6",
"MFRPN3": "sample string 7",
"VendorPN1": "sample string 8",
"VendorPN2": "sample string 9",
"VendorPN3": "sample string 10"
}
application/xml, text/xml
Sample:
<MFRVendorPNProjectModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOPWebAPI.Models"> <BatchNo>sample string 3</BatchNo> <CustomerCode>sample string 1</CustomerCode> <MFRPN1>sample string 5</MFRPN1> <MFRPN2>sample string 6</MFRPN2> <MFRPN3>sample string 7</MFRPN3> <ProjectCode>sample string 2</ProjectCode> <UniqueID>sample string 4</UniqueID> <VendorPN1>sample string 8</VendorPN1> <VendorPN2>sample string 9</VendorPN2> <VendorPN3>sample string 10</VendorPN3> </MFRVendorPNProjectModel>
multipart/form-data
Sample:
<MFRVendorPNProjectModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOPWebAPI.Models"><BatchNo>sample string 3</BatchNo><CustomerCode>sample string 1</CustomerCode><MFRPN1>sample string 5</MFRPN1><MFRPN2>sample string 6</MFRPN2><MFRPN3>sample string 7</MFRPN3><ProjectCode>sample string 2</ProjectCode><UniqueID>sample string 4</UniqueID><VendorPN1>sample string 8</VendorPN1><VendorPN2>sample string 9</VendorPN2><VendorPN3>sample string 10</VendorPN3></MFRVendorPNProjectModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |