Creates a new Network
Success
Unauthorized
{- "networkID": "string",
- "apC_Schedule": "string",
- "address": "string",
- "address_2": "string",
- "city": "string",
- "claim_Days_Allowed": 0,
- "drG_Schedule": "string",
- "eMail": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "ex_Code_Flag": "s",
- "fax": "string",
- "logo_File": "string",
- "networkDescription": "string",
- "phone": "string",
- "state": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "withhold_Percent": 0.1,
- "zip_Code": "string"
}
{- "data": {
- "networkID": "string",
- "apC_Schedule": "string",
- "address": "string",
- "address_2": "string",
- "city": "string",
- "claim_Days_Allowed": 0,
- "drG_Schedule": "string",
- "eMail": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "ex_Code_Flag": "s",
- "fax": "string",
- "logo_File": "string",
- "networkDescription": "string",
- "phone": "string",
- "state": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "withhold_Percent": 0.1,
- "zip_Code": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
List all available Networks
Success
Unauthorized
Updates a specific Network
Success
Unauthorized
{- "networkID": "string",
- "apC_Schedule": "string",
- "address": "string",
- "address_2": "string",
- "city": "string",
- "claim_Days_Allowed": 0,
- "drG_Schedule": "string",
- "eMail": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "ex_Code_Flag": "s",
- "fax": "string",
- "logo_File": "string",
- "networkDescription": "string",
- "phone": "string",
- "state": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "withhold_Percent": 0.1,
- "zip_Code": "string"
}
{- "data": {
- "networkID": "string",
- "apC_Schedule": "string",
- "address": "string",
- "address_2": "string",
- "city": "string",
- "claim_Days_Allowed": 0,
- "drG_Schedule": "string",
- "eMail": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "ex_Code_Flag": "s",
- "fax": "string",
- "logo_File": "string",
- "networkDescription": "string",
- "phone": "string",
- "state": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "withhold_Percent": 0.1,
- "zip_Code": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Creates or Updates multiple Networks
Success
Unauthorized
[- {
- "networkID": "string",
- "apC_Schedule": "string",
- "address": "string",
- "address_2": "string",
- "city": "string",
- "claim_Days_Allowed": 0,
- "drG_Schedule": "string",
- "eMail": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "ex_Code_Flag": "s",
- "fax": "string",
- "logo_File": "string",
- "networkDescription": "string",
- "phone": "string",
- "state": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "withhold_Percent": 0.1,
- "zip_Code": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}