Bombshell Agency Platform Service

<back to all web services

ReliefStrategiesOpportunityRequest

The following routes are available for this service:
GET,POST,PUT,DELETE,OPTIONS/v1/ReliefStrategies/Opportunity/{AgentId}

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/ReliefStrategiesOpportunityRequest HTTP/1.1 
Host: api3.appreciationfinancial.com 
Content-Type: text/jsv
Content-Length: length

{
	ReliefStrategiesOpportunity: 
	{
		ID: 0,
		ContactID: 0,
		OpportunityTypeID: 0,
		GHLOpportunityID: String,
		GHLOpportunityName: String,
		CreatedDate: 0001-01-01,
		Deleted: False,
		ModifiedBy: 00000000000000000000000000000000,
		ModifiedDate: 0001-01-01
	},
	AgentId: 0,
	IsActive: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ReliefStrategiesOpportunities: 
	[
		{
			ID: 0,
			ContactID: 0,
			OpportunityTypeID: 0,
			GHLOpportunityID: String,
			GHLOpportunityName: String,
			CreatedDate: 0001-01-01,
			Deleted: False,
			ModifiedBy: 00000000000000000000000000000000,
			ModifiedDate: 0001-01-01
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}