BootView WebApi

<back to all web services

UpdatePartner

The following routes are available for this service:
PUT/partners/{id}Updates an existing partner. Fails if the partner doesn't exist.
UpdatePartner Parameters:
NameParameterData TypeRequiredDescription
IdpathGuidYesThe partner id
PartnerCodebodystringYesThe partner code.
PartnerNamebodystringYesThe partner name.
OutboundUserNamebodystringNoThe outbound username for this partner.
OutboundPasswordbodystringNoThe outbound password for this partner.
OutboundUrlbodystringNoThe outbound url for this partner.
InboundUserNamebodystringNoThe inbound username for this partner.
InboundPasswordbodystringNoThe inbound password for this partner.

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

PUT /partners/{id} HTTP/1.1 
Host: api.paylock.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	id: 00000000000000000000000000000000,
	partnerCode: String,
	partnerName: String,
	outboundUserName: String,
	outboundPassword: String,
	outboundUrl: String,
	inboundUserName: String,
	inboundPassword: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

00000000000000000000000000000000