Example #1
0
def put(pk):
    pk = int(pk)
    city = args_to_tobj(thirdparty_svc.ers.TCity)
    city_base.post_or_put(pk, city)
    return ''
Example #2
0
def put(pk):
    pk = int(pk)
    entry = args_to_tobj(thirdparty_svc.ers.TEntry)
    entry_base.post_or_put(pk, entry)
    return ''
Example #3
0
def post():
    city = args_to_tobj(thirdparty_svc.ers.TCity)
    city_base.post_or_put(None, city)
    return ''
Example #4
0
def put(pk):
    pk = int(pk)
    zone = args_to_tobj(thirdparty_svc.ers.TZone)
    zone_base.post_or_put(pk, zone)
    return ''
Example #5
0
def post():
    entry = args_to_tobj(thirdparty_svc.ers.TEntry)
    entry_base.post_or_put(None, entry)
    return ''
Example #6
0
def put(pk):
    pk = int(pk)
    city = args_to_tobj(thirdparty_svc.ers.TCity)
    city_base.post_or_put(pk, city)
    return ''
Example #7
0
def post():
    zone = args_to_tobj(thirdparty_svc.ers.TZone)
    zone_base.post_or_put(None, zone)
    return ''
Example #8
0
def put(pk):
    pk = int(pk)
    entry = args_to_tobj(thirdparty_svc.ers.TEntry)
    entry_base.post_or_put(pk,entry)
    return ''
Example #9
0
def post():
    city = args_to_tobj(thirdparty_svc.ers.TCity)
    city_base.post_or_put(None, city)
    return ''
Example #10
0
def put(pk):
    pk = int(pk)
    district = args_to_tobj(thirdparty_svc.ers.TDistrict)
    district_base.post_or_put(pk, district)
    return ''
Example #11
0
def post():
    entry = args_to_tobj(thirdparty_svc.ers.TEntry)
    entry_base.post_or_put(None,entry)
    return ''
Example #12
0
def post():
    district = args_to_tobj(thirdparty_svc.ers.TDistrict)
    district_base.post_or_put(None, district)
    return ''
Example #13
0
def put(pk):
    pk = int(pk)
    zone = args_to_tobj(thirdparty_svc.ers.TZone)
    zone_base.post_or_put(pk, zone)
    return ""
Example #14
0
def post():
    zone = args_to_tobj(thirdparty_svc.ers.TZone)
    zone_base.post_or_put(None, zone)
    return ""
Example #15
0
def put(pk):
    pk = int(pk)
    district = args_to_tobj(thirdparty_svc.ers.TDistrict)
    district_base.post_or_put(pk,district)
    return ''
Example #16
0
def post():
    district = args_to_tobj(thirdparty_svc.ers.TDistrict)
    district_base.post_or_put(None,district)
    return ''