PartnerHub

<back to all web services

OpCodeGet

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/OpCodeGet HTTP/1.1 
Host: partnerhub.pbsdealers.com 
Content-Type: text/jsv
Content-Length: length

{
	SerialNumber: String,
	OpCodeIds: 
	[
		00000000000000000000000000000000
	],
	Code: String,
	Description: String,
	ModifiedSince: 0001-01-01,
	IsWeb: False,
	GMCode: String,
	IsGMOpCode: False,
	IncludeDeleted: False,
	IncludeDoNotDisplay: False,
	Category: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	OpCodes: 
	[
		{
			Id: string/string,
			SerialNumber: String,
			OpCodeId: 00000000000000000000000000000000,
			Code: String,
			Description: String,
			FlatDollars: 0,
			FlatHours: 0,
			AllowedHours: 0,
			LabourEstimate: 0,
			PartsEstimate: 0,
			SkillCode: String,
			RateCode: String,
			OpCodePriceCodes: 
			[
				{
					PriceCodeRef: 00000000000000000000000000000000,
					ShopRef: 00000000000000000000000000000000,
					PayType: 0,
					IsDefault: False
				}
			],
			PartLines: 
			[
				{
					PartNumber: String,
					PartDescription: String,
					Requested: 0
				}
			],
			LastUpdate: 0001-01-01,
			IsWeb: False,
			WebSequence: 0,
			GMCode: String,
			IsGMOpCode: False,
			IsDeleted: False,
			DisplayInPulldown: False,
			Category: String
		}
	]
}