POST api/Proofing/SaveProofing
Request Information
URI Parameters
None.
Body Parameters
PC_EstimateDetailProof_Get_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| EstimateNumber | string |
None. |
|
| ProofNumber | string |
None. |
|
| EstimateItemID | integer |
None. |
|
| EstimateID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| ProofID | integer |
None. |
|
| ItemTitleValue | string |
None. |
|
| DescriptionValue | string |
None. |
|
| ArtworkValue | string |
None. |
|
| ColourValue | string |
None. |
|
| SizeValue | string |
None. |
|
| MaterialValue | string |
None. |
|
| DeliveryValue | string |
None. |
|
| FinishingValue | string |
None. |
|
| JobTitle | string |
None. |
|
| Qty1 | integer |
None. |
|
| CustomerComments | string |
None. |
|
| SupplierComments | string |
None. |
|
| ProofStatus | string |
None. |
|
| ProofDetailID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EstimateNumber": "sample string 1",
"ProofNumber": "sample string 2",
"EstimateItemID": 3,
"EstimateID": 4,
"CompanyID": 5,
"ProofID": 6,
"ItemTitleValue": "sample string 7",
"DescriptionValue": "sample string 8",
"ArtworkValue": "sample string 9",
"ColourValue": "sample string 10",
"SizeValue": "sample string 11",
"MaterialValue": "sample string 12",
"DeliveryValue": "sample string 13",
"FinishingValue": "sample string 14",
"JobTitle": "sample string 15",
"Qty1": 1,
"CustomerComments": "sample string 16",
"SupplierComments": "sample string 17",
"ProofStatus": "sample string 18",
"ProofDetailID": 19
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.