Create a new API Provider
POST {{baseUrl}}/providers
Create a new API Provider. The new API Provider will have the 'Unknown' synchronization status until the first synchronization attempt
Request Body
{"Configuration"=>{"MetaData"=>"<string>"}, "Name"=>"<string>", "Type"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"LastSyncedAt":"\u003cstring\u003e","ID":"\u003cinteger\u003e","Name":"\u003cstring\u003e","Status":"\u003cstring\u003e","Type":"\u003cstring\u003e","Configuration":{"MetaData":"\u003cstring\u003e","ID":"\u003cinteger\u003e"},"UpdatedAt":"\u003cdateTime\u003e","CreatedAt":"\u003cdateTime\u003e"}