POST api/EdiTradingPartner
Request Information
URI Parameters
None.
Body Parameters
EdiTradingPartnerParam| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Required |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| ZipCode | string |
None. |
|
| PhoneNumber | string |
None. |
|
| ProductionConnectionAddress | string |
Required |
|
| ProductionInterchangeReceiverId | string |
Required |
|
| ProductionApplicationReceiverId | string |
Required |
|
| TestConnectionAddress | string |
Required |
|
| TestInterchangeReceiverId | string |
Required |
|
| TestApplicationReceiverId | string |
Required |
|
| EdiFileTypeIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Address": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"ZipCode": "sample string 5",
"PhoneNumber": "sample string 6",
"ProductionConnectionAddress": "sample string 7",
"ProductionInterchangeReceiverId": "sample string 8",
"ProductionApplicationReceiverId": "sample string 9",
"TestConnectionAddress": "sample string 10",
"TestInterchangeReceiverId": "sample string 11",
"TestApplicationReceiverId": "sample string 12",
"EdiFileTypeIds": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.