POST api/InvVendors/SaveVendorEFF
Request Information
URI Parameters
None.
Body Parameters
MPW.DataAccess.Models.VendorFileFormatModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InvVFFHeaderInfoModel | MPW.DataAccess.Models.InvVFFHeaderInfoModel |
None. |
|
| InvVFFFieldInfoModel | Collection of MPW.DataAccess.Models.InvVFFFieldInfoModel |
None. |
|
| InvVFFDetailModel | Collection of MPW.DataAccess.Models.InvVFFDetailModel |
None. |
|
| SiteId | Collection of string |
None. |
|
| InvVFFCustomerInfoModel | Collection of MPW.DataAccess.Models.InvVFFCustomerInfoModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvVFFHeaderInfoModel": {
"Id": 1,
"VendorId": 2,
"FilePath": "sample string 3",
"FileFormat": "sample string 4"
},
"InvVFFFieldInfoModel": [
{
"Id": 1,
"FieldValue": "sample string 2"
},
{
"Id": 1,
"FieldValue": "sample string 2"
}
],
"InvVFFDetailModel": [
{
"HeaderId": 1,
"FieldInfoId": 1,
"IdLength": 1,
"OrderId": 1
},
{
"HeaderId": 1,
"FieldInfoId": 1,
"IdLength": 1,
"OrderId": 1
}
],
"SiteId": [
"sample string 1",
"sample string 2"
],
"InvVFFCustomerInfoModel": [
{
"VendorId": 1,
"SiteId": "sample string 1",
"VendorsSiteId": "sample string 2",
"VendorsContractId": "sample string 3"
},
{
"VendorId": 1,
"SiteId": "sample string 1",
"VendorsSiteId": "sample string 2",
"VendorsContractId": "sample string 3"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |