The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /api/centers HTTP/1.1
Host: cpo.hostedsuite.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
Name: String,
CustomerName: String,
UserName: String,
Password: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
[
{
Id: String,
DateLastModified: String,
Name: String,
Address:
{
Street1: String,
Street2: String,
City: String,
State: String,
PostalCode: String,
Country: String
},
TimeZoneId: String,
SupportEmailAddress: String,
ThirdPartyAccountId: String
}
]