Bombshell Agency Platform Service

<back to all web services

AgentFeatureChargeCardForFeatureRequest

The following routes are available for this service:
POST,OPTIONS/v1/AgentFeature/ChargeCardForFeature

To override the Content-type in your clients 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.

POST /jsv/reply/AgentFeatureChargeCardForFeatureRequest HTTP/1.1 
Host: api.consumertaxadvocate.com 
Content-Type: text/jsv
Content-Length: length

{
	StripeCardId: String,
	FeatureId: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	},
	AgentFeature: 
	{
		Id: 0,
		AgentId: 0,
		EnabledFeatureId: 0,
		StripeCardId: String,
		DateSubscribed: 0001-01-01,
		LastPaymentDate: 0001-01-01,
		NextPaymentDate: 0001-01-01,
		AgentFeatureStatusId: 0
	}
}